sui_v0.32.0_1681237264_ci
currently in order to fetch the object, we seek twice: [once implicitly](https://github.com/MystenLabs/sui/blob/main/crates/typed-store/src/rocks/mod.rs#L1282) to the start of the table and then again to the actual key. This PR changes that behavior and only applies seek_to_first to iterators that have an uninitialized starting position