Currently, all ops for a document are loaded into memory when `getOps` is invoked, then filtered to exclude those ops before `to`. https://github.com/share/sharedb-mongo/blob/5a7c674e45508c9c48168f3e98ac59a74b11c99d/index.js#L362 There is an opportunity to optimize the amount of memory used, by querying for only the ops before the specified `to` value. Related to https://github.com/share/sharedb/pull/220