To answer the question, I'm not sure why it is... but it makes sense to be "Elastic Net Regression". Elastic Net Regression is a type of Linear regression and the model in Intelligence Suite has the default to normalize targets.
As for the Extra Trees regressor, this can have faster performance than Random Forest due to using the whole sample, however the IS model has bootstrapping on by default meaning it's very close to the standard Random Forest, while allowing for better performance and better results as there are more options to train the model in. I don't know how this works with parallel cores and my memory is rusty on this, but I think Random Forest wasn't very good with using parallel cores by itself.
Neither of these are technically wrong, they just use an enhanced version of the model, rather than the 19+ year old standard models.