MongoDB 8.0 added a bulkWrite command that works across multiple collections in one request, up to 56% faster than the old approach.
Not the same as batching inserts/updates/deletes — this is a new top-level command that mixes operations on different collections in a single call.