fix(turbo-tasks): Implement `is_transient` on `OperationVc` (#75291)
A function returning an `OperationVc` can call a transient function or have a transient argument.
IMO, `TaskInput` should not have default method implementations to avoid potential footguns like this.