Arduino already has analog inputs, but Orange / Raspberry Pi does not. They are useful for certain types of sensors (atmospheric, current, etc.).
I2C or SPI buses are a possible solution; Another, to use an Arduino as an analog input manager and connect it to a minipc through one of these buses or directly through a serial port.