Standard SPI requires a separate Chip Select (CS) line for every slave. If you have 10 slaves, you need 10 CS pins on your microcontroller.
Daisy Chaining allows you to drive ANY number of slaves using just One CS pin. It works by treating the entire chain of slaves as one giant Shift Register.