Given a Markov chain $\{X_n \mid n \in \{0, 1, \ldots\}\}$ with states $\{0, \ldots, N\}$, define the limiting distribution as $$ \pi = (\pi_0, \ldots, \pi_N) $$ where $$ \pi_j = \lim_{n \to +\infty} \mathbb{P}\{X_n = j \mid X_0 = i\} $$
I am confused as to why we condition on $X_0 = i$. What kind of a role does the initial state play? My textbook offers no explanation.