That's why the “if you can” is there, it is available on all Arduinos except AVR.
And even if you're stuck on AVR, you can implement it yourself in under 10 lines of code.
In this case, you use it because it solves the problem of initializing an array member variable, which is not possible using C-style arrays.