Generally the [tt]sbin[/tt] directory contains utilities and programs that are statically linked. That is, they don't need to find a run time library to be able to run. These are usually programs and utilities needed during the machine's booting, since partitions with run time libraries may not be mounted when they are needed.
Hope this helps.