All these ops will make identical changes to documents: [ insert 'abc', delete 'def' ] [ delete 'def', insert 'abc' ] [ insert 'a', delete 'def', insert 'bc' ] ...
Are the ops actually identical? If so, does wave in a box have a canonical ordering for the op components? -J