It is all part of ZFS architecture with two tiers:
- Special vdev (SSD): All metadata + small blocks (configurable threshold, typically <128KB)
- Object storage: Bulk data only
If the workload is randomized 4K small data blocks - that's SSD latency, not S3 latency.