The point of using ZFS is redundancy. ZFS is designed to keep your data safe. the design philosophy is to use TWO physical storage devices and mirror them.
Then the ZFS SCRUB function that compares the data on the two physical drives to check for corruption on one of the drives can be used as planned and prevent
your files to suffer from bit-rot. If your ZFS filesystem only exist on a single storage device, this functionality is not usable.
Of course you can use the snapshots , compression , encryption a.s.o. features , but the data redundancy cant be achieved with a single disk.
Most Laptops i have encountered can be equipped with DUAL identical M.2 NVME sticks these days,
then the best strategy is to Install FreeBSD over both Storage devices as a Mirrored ZPOOL.