Quite logical:
1) Tempdb has to increase in size
2) Databases are checked and all transactions that were running when the service was shutdown are being rolled forward/backward
3)All buffers are being refilled (cache hit ratio)
4)Execution plans of stored procedures are being rebuild.
Can you see in the sql server logs what is happening?