You should also be permitted to send your external 33MHz clock to the FPGA's PLL if you so desire.
A possible intent is to create a design synchronous to your 33MHz source, but you require your FPGA core to operate at a higher frequency. For ease of interfacing, usually when we do this, we tend to choose perfect multiple settings for the PLL and our core, like 2:1, or 4:1.
There are even uses for still using the PLL at 1:1 speed, but where you require your core, or to drive an IO at an optional phase offset compared to your 33MHz source. Since 33MHz is so slow, you probably wont be using it, but using the PLL to generate a programmable phase offset can begin to be useful for data buses running above 75MHz where for example it may be best to capture the data bus at a 90 degree phase offset. The PLL was designed to accommodate such programmable precision.