Row owner speed up app?

here are the 4 row owner column formulas
=ARRAYFORMULA(if(ISBLANK(A2:A), “”,“Main Admin”))
=Arrayformula(If(A2:A=“”,“Admin”))
=ARRAYFORMULA(IF(BC2:BC=“Shipped”, “Accounting”, “Operations”))
=ARRAYFORMULA(IF(BC2:BC=“Shipped”, “Accounting”, “Store”))

BC colum in the google sheet has a formula below looking up values from another sheet
=Arrayformula(If(A2:A=“”,IFERROR(VLOOKUP(A2:A,Orders!$A:$C,2,0),“Order Status Not Found”)))

the sheet formulas create an array in glide and we assign the row owner to that array column
(row-owner1, row-owner2 …row-owner4)