How to use a software timer to handle SPI

If your delays were larger you could use millis() (but I'm sure you know this).

But for a 100 or 800 µS delay, if you could use µS like the millis() what would your program accomplish during that time?