Consecutive multiple-step-ahead forecast errors from optimal forecasts will be MA processes.
For example, suppose the data generating process is a random walk: $X_t=X_{t-1}+\varepsilon_t$ where $\varepsilon_t\sim\text{i.i.d.}(0,\sigma_\varepsilon^2)$.
If you are at time $t$ predicting the value of the process at time $t+3$, the optimal forecast is $X_t$. The forecast error is therefore $e_{t+3|t}=X_{t+3}-X_t=\varepsilon_{t+3}+\varepsilon_{t+2}+\varepsilon_{t+1}$.
If you repeat the forecasting exercise at time $t+1$, you have the optimal prediction $X_{t+1}$ and the forecast error $e_{t+4|t+1}=X_{t+4}-X_{t+1}=\varepsilon_{t+4}+\varepsilon_{t+3}+\varepsilon_{t+2}$.
Now $e_{t+3|t}$ and $e_{t+4|t+1}$ will be (positively) correlated because they share two elements, $\varepsilon_3$ and $\varepsilon_2$. Similarly, $e_{t+3|t}$ and $e_{t+5|t+2}$ will be (positively) correlated because they share an element $\varepsilon_3$. $e_{t+3|t}$ and $e_{t+6|t+3}$ will however not be correlated because there is no shared element and $\varepsilon_t$ is an i.i.d. sequence.
The fact that autocorrelations cuts off abruplty after several periods is characteristic of MA processes. Indeed, it is not difficult to show that the sequence of consecutive 3-step-ahead forecast errors $(e_{t+3|t},e_{t+4|t+1},e_{t+5|t+2},\dots)$ is an MA(2) process. More generally, when predicting $h$ steps ahead, consecutive errors from an optimal forecast form an MA($q$) process with $q\leq h-1$. (The precise value $q$ depends on the memory of the process being forecast. For a random walk, $q=h-1$; for some processes with shorter memory, $q<h-1$. For a process with no memory, $q=0$.)
Processes of consecutive multiple-step-ahead forecast errors are common. You see them in macroeconomics (long-term forecasts of GDP, inflation, unemployment, etc.), finance (forecasts of asset returns, currency exchange rates, etc.) and beyond. While hardly any of the forecasts are optimal, some are close to that, and their forecast errors will resemble MA processes quite closely. An example could be the random-walk based multiple-step-ahead forecast of daily stock prices as detailed above.