Most of the 80-100 $/TB disks use QLC which is painfully slow (slower than a spinning hard drive) when you outrun the SLC cache... Had to experience this during a drive migration with dd.
At least I never feel the need to do it, the closet I came to something like that was when I switched from a 240 GiB SSD to a 1 TiB one and just mirrored the old disk to the new one with dd, increased the partition and run a resize2fs. While that required ~30 Minutes it was a once in a decade thing for me.
QLC is also much lower endurance, so at those sizes there's also the question of how much over-provisioning needs to happen to enable acceptable endurance, while still being cheap enough to out compete the alternatives.
Most of the 80-100 $/TB disks use QLC which is painfully slow (slower than a spinning hard drive) when you outrun the SLC cache... Had to experience this during a drive migration with dd.