Currently you can compare time periods using operators '=', '>' and '<' which is great and very useful. But when it comes to comparing more than two dates, it becomes a nightmare to find a MAX or MIN.
Unlike with number or dates, you either have to go through countless IF THEN ELSE cases which is probably impractical or you have to use additional Line Items to calculate it.
Please allow using MAX() and MIN() functions using not only numbers, but time period data type as well