In the Apache Beam documentation we talked about windowing with bounded PCollections.
https://beam.apache.org/documentation/programming-guide/#windowing
if we have a bounded data than all the elements would belong to the same GLOBAL window. In which use cases would we need to apply windowing on batch processing?