refactor(turbopack): Rewrite CollectiblesSource callsites to use OperationVc (part 1/3) (#74051)
`OperationVc`s should be used with `CollectiblesSource` instead of `Vc`s because collectibles represent a side-effect or implicit extra return value of a function's execution.
This PR doesn't convert all callsites, just a handful.