The way I see it, in OLS, we are geometrically fitting a line of best fit to some data. Unlike MLE (even though OLS and MLE give the same regression estimates for simple linear regression), there are no underlying probability distributions.
So for simple linear regression in OLS, why do we still check if the residuals are Normally Distributed even though OLS does not use probability distributions?