I think native support for `:offset` at least would be (much) faster. With `drop`, the pull pattern id pulled for all dropped entities, which is more expensive than just walking the index without pulling anything.
When walking the index forward, that's not an issue, because you can use `d/datoms` instead, of `d/index-pull`, but you need `d/index-pull` to be able to walk the index in reverse.