You need to know the display speed, if you intend to display things while your process is running. Displays are much slower compared to your uC and other similar processing components. Ignorance of the time, needed to display your data may result in failure.
In cases where you implement interrupts in your process, this issue becomes more complicated.