When CockroachDB clones an iterator, it unconditionally calls SetOptions to configure the iterator. If the options are changed, supplying the correct options to Clone would avoid reconstructing the iterator stack. If the options aren't changed, we would still benefit by omitting the various comparisons necessary to determine that the options are equivalent.