Large paste and rewrite flows previously emitted very high mutation volume, which increased transport noise and made diagnostics harder to reason about in multi-client sessions.
We moved those flows onto structured snapshot operations. In practice, this changed operation shape from many incremental tree changes to fewer, higher-signal events that better reflect user intent.
The result is lower op noise and cleaner sync behavior across clients, especially in high-content scenarios where one user action can imply broad document updates.