• Also I found that this index works much better for my query:

    create index I3 on dbo.orders(orderType, orderDate) include(orderAmount);