Doubt in kosaraju algorithm for SCC

I am learning kosaraju algorithm for finding Strongly connected components Kosaraju algorithm.
I didn’t understand why we need to call DFS(G^T) in decreasing order of finishing time.