For example, to enable SSL validation (after #6957) - #5809 (comment)
This could look something like
Mongo.setConnectionOptions({...}); to be called by the user before they initialize any collections, setting some internal state that is read at the various points we call new MongoConnection.