01What is the primary benefit of BSON over standard JSON in a database context?
02Which component of a MongoDB ObjectId ensures uniqueness across different processes on the same machine?
03Why does BSON include a 'length prefix' for documents and arrays?
04Which BSON type should be used for high-precision financial calculations to avoid floating-point errors?