busybox seq does not have -f unlike toybox seq
busybox sed has fewer features than toybox sed, e.g., -E
busybox mv does not have -v but toybox mv has it
toybox base64 has an -i option, busybox does not
toybox hexedit has some useful features not found in busybox hexedit
toybox nc has some useful features not found in busybox nc, e.g., -U and -f
Overall, busybox has more available utilities than toybox.