As part of SERVER-52778 we added calls to ScopedAllowImplicitCollectionCreate_UNSAFE for all the places, which can create collection. The one, which was missed was that for applyOps.
Without this, any invocation of applyOps with an operation, which creates a collection will fail. Since applyOps is used internally by the Cloud team, we should add the scoped object entry there as well.